You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > Goertz Method > SignalUtils.Goertz Method ([In] TVec, [In] TVec, [In] TVec)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.Goertz Method ([In] TVec, [In] TVec, [In] TVec)

The Discrete Fourier transformation (DFT) for vector of frequencies.

Syntax
C#
Visual Basic
public static void Goertz([In] TVec Src, [In] TVec Freq, [In] TVec Dst);

Calculates the Discrete Fourier transformation (DFT) for an array of frequencies defined in the Freq parameter. Goertz returns the DFT of the frequencies pass as a parameter in the Dst variable. Each value of the DFT computed by the Goertzel algorithm takes 2N+2 real multiplications and 4N real additions. FFT computes the DFT with N*log2(N) of real multiplications and additions.

Goertz

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!